home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
misc
/
IOBlixDevKitR2.lha
/
IOBlixDevKit
/
C
/
include
/
ioblix
/
ioblixser.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-02-01
|
518b
|
23 lines
/*
** $VER: ioblix/ioblixser.h 37.1 (3.1.99)
**
** include file for ioblixser.device
**
** (C) Copyright 1998,1999 Thore Böckelmann
** All Rights Reserved.
*/
#ifndef IOBLIX_SER_H
#define IOBLIX_SER_H
#include <exec/io.h>
/* constants for SetCTRLLines */
#define SIOCMD_SETCTRLLINES (CMD_NONSTD + 7)
#define SIOB_RTS 0
#define SIOF_RTS (1 << SIOB_RTS)
#define SIOB_DTR 1
#define SIOF_DTR (1 << SIOB_DTR)
#endif /* IOBLIX_SER_H */